home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows (5th Edition)
/
Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso
/
Chap17
/
EZTest
/
EZFont.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-09
|
356 b
|
12 lines
/*----------------------
EZFONT.H header file
----------------------*/
HFONT EzCreateFont (HDC hdc, TCHAR * szFaceName, int iDeciPtHeight,
int iDeciPtWidth, int iAttributes, BOOL fLogRes) ;
#define EZ_ATTR_BOLD 1
#define EZ_ATTR_ITALIC 2
#define EZ_ATTR_UNDERLINE 4
#define EZ_ATTR_STRIKEOUT 8